body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}
ul,ol{
	list-style: none;
	padding: 0;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.top{
	height: 30px;
	line-height: 30px;
	background: #dedede;
	color: #666;
}
.top a{
	margin: 0 10px;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: none;
}
.navbar-brand {
  float: left;
  height: 140px;
  padding: 35px 15px;

}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-nav {
  margin: 0px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-default .navbar-collapse {
  background-color: #0051cb;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: #333;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #0051cb;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
  padding: 10px 10px;
  color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #333;
  color: #fff;
}
.dropdown-menu-list{
  left: -200%;
  width: 600%;
}
.dropdown-menu-list > li {
  float: left;
  width: 33.333333%;
}
.tel{
	height: 56px;
	background: url(../images/tel.jpg) no-repeat left center;
	padding-left: 60px;
	margin-top: 70px;
}
.tel span{
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0;
}
.tel b{
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #0051cb;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  border: none;
  margin-right: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  background-color: #0051cb;
}
.slide-project .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 15;
  width: 25%;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}
.slide-project .carousel-indicators li{
	text-indent: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin: 0 5px;
	border-radius: 0;
	background-color: #fff;
}
.slide-project .carousel-indicators .active{
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background-color: #cc0000;
	color: #fff;
}
.slide-project .carousel-inner > .item > img,
.slide-project .carousel-inner > .item > a > img {
	width: 100%;
	height: 380px;
}
.case{
	background-color: #f6f6f6;
	padding: 40px 0;
}
.case h3{
	height: 45px;
	line-height: 40px;
	background: url(../images/title.png) no-repeat top center;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.keywords{
  height:60px;
  line-height: 60px;
  background-color: #f0f0f0;
}
.keywords a{
  margin: 0 2px;
}


.case-list{position:relative; width: 1192px; height: 150px; margin: 0px auto;}
#scrollCon01{width:1130px; position:absolute; left:32px; top:10px; overflow:hidden; list-style:none;}
.case-list li{float:left; width:180px; margin-right:10px;}
.case-list li img{display:block; width:178px; height:130px; border:1px solid #ccc;}
.case-list li span{display:block; height:30px; line-height:30px; text-align:center; margin-top:5px;}
.case-list .leftBtn{display:block; width:21px; height:52px; background:url(../images/arr_left.gif) no-repeat; position:absolute; left:0; top:30px;}
.case-list .rightBtn{display:block; width:21px; height:52px; background:url(../images/arr_right.gif) no-repeat; position:absolute; right:0; top:30px;}

.list-product{
	border: 1px solid #ccc;
}
.list-product h3{
	height: 71px;
	background: url(../images/list_title.jpg) no-repeat top center;
	line-height: 70px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.list-product ul{
	list-style: none;
	padding: 10px 15px;
}
.list-product ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #999;
	background: url(../images/icon_li.jpg) no-repeat 5px center;
	padding-left: 24px;
  overflow: hidden;
}
.list-product ul li a{
  font-size: 13px;
}

.product-title,
.position-title{
	height: 35px;
	line-height: 35px;
	background: url(../images/product-title.jpg) no-repeat;
	overflow: hidden;
}
.product-title h3,
.position-title h3{
	margin: 0;
	float: left;
	width: 160px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}
.product-title a,
.position-title span{
	float: right;
	margin-right: 15px;
	_display: inline;
}
.position-title span a{
	margin: 0 5px;
}
.product-show .col-md-4{
	margin-top: 0px;
	margin-bottom: -10px;
}
.product-show .product-show-item{
	padding: 20px 0;

}
.product-show .product-show-item img{
	width: 100%;
	height: 200px;
}
.product-show .product-show-item strong{
	padding: 15px 0;
	font-size: 16px;
	color: #d30000;
}
.product-show .product-show-item .btn{
	padding: 8px 18px;
}
.product-show .product-show-item .btn-details{
	background-color: #919191;
	color: #fff;
	margin-right: 20px;
}
.product-show .product-show-item .btn-ask{
	background-color: #0051cb;
	color: #fff;
}
.ys-box{
	
}
.ys-title{
	color: #fff;
	text-align: center;
	height: 250px;
	background: url(../images/ys_title.jpg) no-repeat top center;
	margin-bottom: 60px;
}
.ys-title h3{
	font-size: 40px;
	margin-top: 60px;
	margin-bottom: -15px;
}
.ys-title p{
	font-size: 20px;
}
.ys01{
	padding-left: 60px;
	padding-bottom: 70px;
	background: url(../images/ys_bg01.jpg) no-repeat;
}
.ys02{
	padding-right: 60px;
	padding-bottom: 70px;
	background: url(../images/ys_bg02.jpg) no-repeat top center;
}
.ys-text{
	background: url(../images/icon_star.jpg) no-repeat left 3px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 15px;
}
.common-title{
	height: 32px;
	line-height: 32px;
	background: url(../images/title_line.gif) repeat-x left bottom;
	padding-bottom: 4px;
}
.common-title h3{
	margin: 0;
	font-size: 16px;
	background: url(../images/icon_red.jpg) no-repeat left center;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}
.common-title a{
	float: right;
	margin-right: 15px;
	_display: inline;
}
.abou-box{
	padding: 40px 0;
	/*background: #f2f2f2;*/
}
.about-text-title{
	font-size: 24px;
	color: #333;
	margin: 0 0 20px;
}
.about-text-title h3{
	font-size: 24px;
	font-weight: bold;
}
.about-text-title h3 span{
	color: #333;
	padding-left: 15px;
	color: #0051cb;
}
.about-text-title p{
	font-size: 16px;
	color: #333;
}
.about-text p{
	text-indent: 2em;
}
.about-public{
	padding-top: 30px;
	border-top: 2px solid #999;
	font-size: 18px;
}
.about-public p:first-child{
	color: #cc0000;
	font-weight: bold;
}
.about-public .about-slogan{
	text-align: center;
	color: #cc0000;
	padding: 0 10px;
	background: url(../images/slogan_bg.png) no-repeat center center;
	font-weight: bold;
}
.about-promise{
	border-radius: 30px;
	border: 1px dashed #cc0000;
	text-align: center;
	padding: 5px 10px;
	background: #fff7a4;
	font-weight: bold;
	color: #cc0000;
}
.about-tel{
	border-bottom: 1px dashed #cc0000;
	text-align: right;
	padding-top: 8px;
	font-weight: bold;
	font-size: 16px;
}
.about-tel span{
	color: #ff3300;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.project{
	padding: 30px 0;
	background: #f2f2f2;
}
.project-title{
	background: url(../images/line2.gif) repeat-x center center;
}
.project-title h3{
	padding: 0 10px;
	text-align: center;
	color: #333;
	width: 120px;
	margin: 0 auto;
	background: #f2f2f2;
	font-weight: bold;
}

.project-con{position:relative; width: 1200px; height: 200px; margin: 0px auto;}
#scrollCon{width:1140px; position:absolute; left:30px; top:20px; overflow:hidden; list-style:none;}
.project-con li{float:left; width:216px; margin-right:15px;}
.project-con li img{display:block; width:214px; height:160px; border:1px solid #ccc;}
.project-con li span{display:block; height:30px; line-height:30px; text-align:center; margin-top:5px;}
.project-con .leftBtn{display:block; width:15px; height:27px; background:url(../images/btn_prev.gif) no-repeat; position:absolute; left:0; top:85px;}
.project-con .rightBtn{display:block; width:15px; height:27px; background:url(../images/btn_next.gif) no-repeat; position:absolute; right:0; top:85px;}
.news-container{
	margin-top: 40px;
}
.news-title{
	margin-bottom: 15px;
}
.news-title span{
	display: block;
	color: #808080;
	text-align: center;
	font-size: 16px;
}
.news-title h3{
	margin: 0;
	color: #333;
	text-align: center;
	background: url(../images/news_title.jpg) no-repeat center center;
	font-size: 24px;
	font-weight: bold;
}
.news-box .nav-tabs {
  border-bottom: none;
  border-right: none;
}
.news-box .nav-tabs > li {
  float: left;
  width: 33.33333333%;
  margin-bottom: 0;
}
.news-box .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  background-color: #666;
  color: #fff;
  margin-right: 2%;
}
.news-box .nav-tabs > li > a:nth-child(3){
	border-right: none;
}
.news-box .nav-tabs > li > a:hover {
  color: #fff;
  border-color: #0051cb;
  background-color: #0051cb;
}
.news-box .nav-tabs > li.active > a,
.news-box .nav-tabs > li.active > a:hover,
.news-box .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0051cb;
  border: transparent;
  border-bottom-color: transparent;
}
.news-list{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.news-list li{
	height: 40px;
	line-height: 40px;
	background: url(../images/icon_news.jpg) no-repeat left center;
	border-bottom: 1px dashed #ccc;
}
.news-list li a{
	float: left;
	text-indent: 18px;
}
.news-list li span{
	float: right;
}
.news-more{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #cc0000;
	text-align: center;
	margin: 10px auto;
	color: #fff;
}
.news-more:hover{
	color: #fff;
}
.contact-box{
	padding: 30px 0;
	background: #f2f2f2;
}
.contact-box .about-text-title{
	text-align: left;
	margin-top: 80px;
}
.contact-con p{
	font-size: 16px;
}
.flink{
	padding: 10px 0;
}
.flink b,
.flink a{
	margin: 0 5px;
}
.footer{
	padding: 30px 0;
	background: #535353;
	color: #fff;
}
.list-contact{
	padding: 10px;
}
.main-product-list{
	margin-top: 20px;
}
.main-product-list img{
	width: 100%;
	height: 200px;
}
.main-product-list span{
	margin-top: 10px;
}
.main-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-author{
	padding: 10px 0;
	background: #f2f2f2;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	text-align: center;
	color: #666;
}
.main-author span{
	margin: 0 10px;
}
.main-con{
	line-height: 26px;
}
.main-con p{
	text-indent: 2em;
}
.main-con img{
  display: block;
	max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.img-info h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}
.img-tel{
	font-size: 30px;
	font-weight: bold;
	color: #cc0000;
}
.product-detail{
	height: 34px;
	line-height: 34px;
	background: #f0f0f0 url(../images/icon_red.jpg) no-repeat 10px center;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ddd;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #0051cb;
  border-color: #ddd;
}
.pagination > .thisclass > a,
.pagination > .thisclass > span,
.pagination > .thisclass > a:hover,
.pagination > .thisclass > span:hover,
.pagination > .thisclass > a:focus,
.pagination > .thisclass > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0051cb;
  border-color: #ddd;
}

html {overflow-x:hidden;}

.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}


@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    /*background: url(../images/nav_line.png) no-repeat right center;*/
  }
  .navbar-nav > li > a {
    color: #fff;
    padding: 15px 30px;
  }
  .carousel-indicators {
	    bottom: 0;
  }
}

@media (max-width: 767px) {
	.navbar-brand {
	  float: left;
	  height: 60px;
	  padding: 15px 15px;
	}
	.navbar-brand  img{
	  height: 30px;
	}
    .navbar-default .navbar-collapse {
	  background: none;
	}
	.navbar-default .navbar-nav > li > a {
	  color: #333;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #fff;
	  background: #0051cb;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #fff;
	  background: #0051cb;
	}
	.carousel-indicators {
		display: none;
	}
	.slide-project .carousel-inner > .item > img,
	.slide-project .carousel-inner > .item > a > img,
  .product-show .product-show-item img,
  .main-product-list img{
		width: 100%;
		height: auto;
	}
	.ys-title{
		color: #fff;
		height: 130px;
		margin-bottom: 20px;
	}
	.ys-title h3{
		font-size: 20px;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.ys-title p{
		font-size: 14px;
	}
	.ys01{
		padding: 0;
		background: none;
		margin-top: 20px;
	}
	.ys02{
		padding: 0;
		background: none;
		margin-top: 20px;
	}
	.about-tel{
		text-align: center;
	}
	.main-author span{
		display: block;
		margin: 0 auto 10px;
	}
}


.footer-bottom-fixed {
        width: 100%;
        height: 60px;
        background-color: #101d3f;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        overflow: hidden;
      }
      .footer-bottom-fixed a{
        display: block;
        text-decoration: none;
      }
      .footer-bottom-fixed-home, .footer-bottom-fixed-top {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        float: left;
        width: 20%;
        color: #fff;
        padding: 10px 0;
      }
      .footer-bottom-fixed-home img{
        display: block;
        width: auto;
        height: 20px !important;
        margin: 0 auto 5px;
      }
      .footer-bottom-fixed-top img{
        display: block;
        width: auto;
        height: 25px !important;
        margin: 0  auto;
      }
      .footer-bottom-fixed-tel {
        background: #fbc729;
        float: right;
        width: 56%;
        height: 60px;
        color: #333;
        padding: 10px 2%;
      }
      .footer-bottom-fixed-tel div {
        float: left;
      }
      .footer-bottom-fixed-tel i {
        float: right;
        width: 40px;
        height: 40px;
        background-color: #101d3f;
        color: #fff;
        line-height: 20px;
        text-align: center;
        font-style: normal;
        border-radius: 5px;
        padding: 2px;
      }
      .footer-bottom-fixed-tel div {
        background: url(../images/ico_tel.png) no-repeat left center;
        background-size: 40px auto;
        padding-left: 50px;
      }
      .footer-bottom-fixed-tel span {
        display: block;
        line-height: 20px;
        font-size: 14px;
      }
      .footer-bottom-fixed-tel b {
        display: block;
        line-height: 20px;
        font-size: 20px;
        font-weight: normal;
        font-family: Impact;
      }